home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-12 | 1.7 KB | 52 lines | [TEXT/KAHL] |
- /*
-
- V1.0 b1 -
- 1) Stable release
-
- V1.0 b2 -
- 1) Fixed bug in getting video that did not have all frames on 1/2 second
- boundarys. So 10fps and 12fps were OK, but 15fps was not.
-
- V1.0 b3 -
- 1) Added ability to specify the input color depth for the movie to be compressed
- with.
-
- V1.0 b4 -
- 1) Fixed display problem in output window for nonstandard compressions, now use
- alternate decompress to give clean image.
- 2) Now hide the motion settings of compress does not support motion compression.
- 3) Added CapsLock key option. If this key is down then the output window will
- display the frame differenced blocks only (on a white background).
-
- V1.0 b5 -
- 1) Added ability to set a different Video To Sound interleave offset. The standard
- value is 1.9sec.
-
- V1.0 b6 -
- 1) Fixed crashing on some systems, caused by not always saving and restoring the
- GWorld around compress and decompress calls.
-
- V1.0 b7 -
- 1) Changed cropping and resizing preference to default to the input movie dimensions.
- 2) Fixed problem with twos sound coming in and converted to raw format.
-
- V1.0 b8 -
- 1) Sometimes sound was written too soon to the file, before it could be moved.
-
- V1.0 b9 -
- 1) If there was no sound at the start of a movie, it will now be filled with silence
- and ramped to the first sample in the movie.
-
- V1.0 b10 -
- 1) Added AppleEvent support back in for Drop and Load.
- 2) Changed preferences to not be nested and have to go thru one to get to another.
- 3) Added ability to have multiple preference settings.
-
- V1.0 b11 -
- 1) Now disable Video to Sound offset if not interleaved.
-
- V1.0 b12 -
- 1) Limit the code name from the descriptor to 32 characters. This is a problem
- with the Video Spigot extension.
-
- */